Page summary

PLP

Tested 2023-05-06 05:20:49 using Edge 112.0.1722.39 .(runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird party
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score71
Total Page Transfer Size377.9 KB
Requests106
Timing metrics
TTFB [median]432 ms
First Paint [median]1.250 s
Fully Loaded [median]6.643 s
Google Web Vitals
TTFB [median]432 ms
First Contentful Paint (FCP) [median]1.250 s
Largest Contentful Paint (LCP) [median]1.667 s
Cumulative Layout Shift (CLS) [median]0.02
Total Blocking Time [median]4.326 s
Max Potential FID [median]580 ms
CPU metrics
CPU long tasks [median]34
CPU longest task duration721 ms
CPU last long task happens at26.912 s
Visual Metrics
First Visual Change [median]203 ms
Speed Index [median]1.589 s
Visual Complete 85% [median]2.610 s
Visual Complete 99% [median]3.676 s
Last Visual Change [median]4.000 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange201 ms203 ms204 ms208 ms
LastVisualChange3.988 s4.000 s4.354 s5.075 s
SpeedIndex1.569 s1.589 s1.663 s1.830 s
VisualReadiness3.780 s3.797 s4.150 s4.874 s
VisualComplete852.532 s2.610 s2.689 s2.924 s
VisualComplete952.532 s2.610 s2.689 s2.924 s
VisualComplete992.610 s3.676 s3.765 s5.008 s
RUM Metrics
TTFB394 ms432 ms524 ms747 ms
LCP1.618 s1.667 s1.684 s1.766 s
FCP1.110 s1.250 s1.278 s1.474 s
firstPaint1.110 s1.250 s1.278 s1.474 s
loadEventEnd6.328 s7.628 s7.411 s8.277 s
CLS0.01980.01980.02020.0208
User Timing
AA - CDN Loaded2.302 s2.307 s2.327 s2.373 s
CPU
Total Blocking Time3.571 s4.326 s4.076 s4.330 s
Max Potential FID558 ms580 ms620 ms721 ms
CPU long tasks 33343537
CPU last long task happens at26.211 s26.912 s28.008 s30.900 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sFirst Visual Change 203 ms
0.6 s
0.7 s
1 sCPU Long Task duration 85 ms
1.2 sFirst Contentful Paint 1.110 s
1.3 s
1.4 sCPU Long Task duration 179 ms
1.5 s
1.6 s
1.7 sCPU Long Task duration 483 msLCP <> 1.618 s
1.8 s
1.9 s
2 s
2.1 sDOM Content Loaded Time 2.048 s
2.2 sCPU Long Task duration 77 ms
2.4 sAA - CDN Loaded 2.307 s
2.6 sCPU Long Task duration 76 ms
2.7 sVisual Complete 85% 2.610 sVisual Complete 95% 2.610 sVisual Complete 99% 2.610 sCPU Long Task duration 579 ms
2.9 s
3 s
3.1 s
3.2 s
3.3 sCPU Long Task duration 64 ms
3.4 sCPU Long Task duration 86 ms
3.5 sCPU Long Task duration 130 ms
3.6 s
3.7 sCPU Long Task duration 283 ms
4 sCPU Long Task duration 114 msLast Visual Change 4.000 s
4.1 sCPU Long Task duration 100 ms
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices.

I am the coach

Coach score

Performance advice (71)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 0 in body parser blocking (1 JavaScript and 0 CSS).90
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid CPU Long Tasks (longTasks)The page has 37 CPU long tasks with the total of 6.219 s. The total blocking time is 4.330 s and 1 long task before first contentful paint with total time of 89 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • multiple-contexts
  • multiple-contexts
  • self
  • self
  • self
  • self
  • multiple-contexts
  • self
  • self
  • self
  • cross-origin-descendant
  • cross-origin-descendant
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • multiple-contexts
  • self
  • cross-origin-descendant
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 1 request inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://fonts.googleapis.com/css?family=Barlow:200,400,700
  • Avoid doing redirects (assetsRedirects)The page has 1 redirect. 1 request are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(90
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 27 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 6.4 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://www.vans.ca/api/wishlists/v2/favorites
  • https://www.vans.ca/api/products/v1/catalog...oducts/v1/catalog
  • https://www.vans.ca/content/publish/caas/v1/commercepage/vans-en-ca/category/00081
  • https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://apps.mypurecloud.com/genesys-bootstrap/genesys.min.js
  • https://c.contentsquare.net/pageview...uare.net/pageview
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://p.brsrvr.com/pix.gif...rsrvr.com/pix.gif
  • https://nova.collect.igodigital.com/c2/514010235/track_page_view...5/track_page_view
  • https://bat.bing.com/action/0...bing.com/action/0
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://apps.mypurecloud.com/messenger/messenger.html
  • https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js
  • https://apps.mypurecloud.com/cxbus/cxbus.min.js
  • https://apps.mypurecloud.com/messenger/messagingMiddleware.min.js
  • https://apps.mypurecloud.com/messenger/defaultVendors.min.js
  • https://apps.mypurecloud.com/messenger/vendors.min.js
  • https://apps.mypurecloud.com/messenger/main.min.js
  • https://apps.mypurecloud.com/messenger/engage.min.js
  • https://bam-cell.nr-data.net/1/7a5b0de38e....net/1/7a5b0de38e
  • Long cache headers is good (cacheHeadersLong)The page has 46 requests that have a shorter cache time than 30 days (but still a cache time).54
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://images.vans.com/is/image/Vans/VN000EYE_W00_HERO...VN000EYE_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_W00_ALT1...VN000EYE_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN000EYE_BWW_HERO...VN000EYE_BWW_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_BWW_ALT1...VN000EYE_BWW_ALT1
  • https://images.vans.com/is/image/Vans/VN000EYE_BKA_HERO...VN000EYE_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_BKA_ALT1...VN000EYE_BKA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_HERO...VN0A7Q5R_TYQ_HERO
  • https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_ALT1...VN0A7Q5R_TYQ_ALT1
  • https://images.vans.com/is/image/Vans/VN000D3H_Y28_HERO...VN000D3H_Y28_HERO
  • https://images.vans.com/is/image/Vans/VN000D3H_Y28_ALT1...VN000D3H_Y28_ALT1
  • https://images.vans.com/is/image/Vans/VN000D3H_W00_HERO...VN000D3H_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000D3H_W00_ALT1...VN000D3H_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_HERO...VN0A7Q5M_6BT_HERO
  • https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_ALT1...VN0A7Q5M_6BT_ALT1
  • https://images.vans.com/is/image/Vans/VN0A3D29_OIU_HERO...VN0A3D29_OIU_HERO
  • https://images.vans.com/is/image/Vans/VN0A3D29_OIU_ALT1...VN0A3D29_OIU_ALT1
  • https://images.vans.com/is/image/Vans/VN000D5I_B8C_HERO...VN000D5I_B8C_HERO
  • https://images.vans.com/is/image/Vans/VN000D5I_B8C_ALT1...VN000D5I_B8C_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U16_L5R_HERO...VN0A4U16_L5R_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U16_L5R_ALT1...VN0A4U16_L5R_ALT1
  • https://images.vans.com/is/image/Vans/VN000D5I_NVY_HERO...VN000D5I_NVY_HERO
  • https://images.vans.com/is/image/Vans/VN000D5I_NVY_ALT1...VN000D5I_NVY_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_BLK_HERO...VN000EE3_BLK_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_BLK_ALT1...VN000EE3_BLK_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_W00_HERO...VN000EE3_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_W00_ALT1...VN000EE3_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_BKA_HERO...VN000EE3_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_BKA_ALT1...VN000EE3_BKA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_HERO...VN0A4U1K_BLK_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_ALT1...VN0A4U1K_BLK_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_HERO...VN0A4U1K_6KA_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_ALT1...VN0A4U1K_6KA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_HERO...VN0A4U1K_QLZ_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_ALT1...VN0A4U1K_QLZ_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_HERO...VN0A4U1K_WHT_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_ALT1...VN0A4U1K_WHT_ALT1
  • https://images.vans.com/is/image/Vans/VN0005UT_BLT_HERO...VN0005UT_BLT_HERO
  • https://images.vans.com/is/image/Vans/VN0005UT_BLT_ALT1...VN0005UT_BLT_ALT1
  • https://images.vans.com/is/image/Vans/VN0A5JM1_W00_HERO...VN0A5JM1_W00_HERO
  • https://images.vans.com/is/image/Vans/VN0A5JM1_W00_ALT1...VN0A5JM1_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_NWD_HERO...VN0009QC_NWD_HERO
  • https://images.vans.com/is/image/Vans/VN0009QC_NWD_ALT1...VN0009QC_NWD_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_6BT_HERO...VN0009QC_6BT_HERO
  • https://images.vans.com/is/image/Vans/VN0009QC_6BT_ALT1...VN0009QC_6BT_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_BKA_HERO...VN0009QC_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN0A5FCB_BMB_HERO...VN0A5FCB_BMB_HERO
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js 328 B28.2 KB
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 5.3 kB and the uncompressed size is 1.4 MB. This is totally crazy! There is really room for improvement here. 50
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://www.vans.ca/_nuxt/1f6c97d.js N/A0 b
    https://www.vans.ca/_nuxt/e09c40f.js N/A0 b
    https://www.vans.ca/_nuxt/671e09c.js N/A0 b
    https://www.vans.ca/_nuxt/404e297.js N/A0 b
    https://www.vans.ca/_nuxt/85e54b3.js N/A0 b
    https://www.vans.ca/_nuxt/fdf62ac.js N/A0 b
    https://www.vans.ca/_nuxt/a16dbce.js N/A0 b
    https://www.vans.ca/_nuxt/9925a62.js N/A0 b
    https://www.vans.ca/_nuxt/8a9f221.js N/A0 b
    https://www.vans.ca/_nuxt/03de75a.js N/A0 b
    https://www.vans.ca/_nuxt/d98e4ee.js N/A0 b
    https://www.vans.ca/_nuxt/55c5542.js N/A0 b
    https://www.vans.ca/_nuxt/5c4e0dc.js 0 b17.7 KB
    https://www.vans.ca/_nuxt/9e6fc4b.js 0 b2.1 KB
    https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2 82 B62 B
    https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/ 1.3 KB2.5 KB
    https://apps.mypurecloud.com/genesys-bootstrap/genesys.min.js 326 B230.8 KB
    https://www.google-analytics.com/plugins/ua/ec.js 1.1 KB2.7 KB
    https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js 328 B28.2 KB
    https://apps.mypurecloud.com/cxbus/cxbus.min.js 328 B21.6 KB
    https://apps.mypurecloud.com/messenger/messagingMiddleware.min.js 329 B13.1 KB
    https://apps.mypurecloud.com/messenger/defaultVendors.min.js 327 B516.5 KB
    https://apps.mypurecloud.com/messenger/vendors.min.js 328 B148.7 KB
    https://apps.mypurecloud.com/messenger/main.min.js 328 B261.9 KB
    https://apps.mypurecloud.com/messenger/engage.min.js 329 B80.8 KB
    https://bam-cell.nr-data.net/1/7a5b0de38e....net/1/7a5b0de38e 176 B49 B
    Don't use private headers on static content (privateAssets)The page has 3 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.70
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://nova.collect.igodigital.com/c2/514010235/track_page_view...5/track_page_view
  • Best practice advice (91)

    TitleAdviceScore
    Avoid too many third party requests (thirdParty)The page do 37% requests to third party domains (39 requests and 11.2 kB). First party is 67 requests and 375.8 kB. The regex .*vans.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 11 responses that sets a p3p header. There are 38 responses that sets both a max-age and expires header. There are 21 responses that sets a pragma no-cache header (that is a request header). There are 78 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.vans.ca/_nuxt/1f6c97d.js
  • https://www.vans.ca/_nuxt/e09c40f.js
  • https://www.vans.ca/_nuxt/671e09c.js
  • https://www.vans.ca/_nuxt/404e297.js
  • https://www.vans.ca/_nuxt/85e54b3.js
  • https://www.vans.ca/_nuxt/fdf62ac.js
  • https://www.vans.ca/_nuxt/a16dbce.js
  • https://www.vans.ca/_nuxt/9925a62.js
  • https://www.vans.ca/_nuxt/8a9f221.js
  • https://www.vans.ca/_nuxt/03de75a.js
  • https://www.vans.ca/_nuxt/d98e4ee.js
  • https://www.vans.ca/_nuxt/55c5542.js
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://www.vans.ca/_nuxt/5c4e0dc.js
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://www.vans.ca/api/products/v1/catalog...oducts/v1/catalog
  • https://www.vans.ca/api/products/v1/catalog...oducts/v1/catalog
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://cdpprdcan.vans.ca/DG/DEFAULT/rest/rpc/1094...ULT/rest/rpc/1094
  • https://www.vans.ca/_nuxt/9e6fc4b.js
  • https://www.vans.ca/content/publish/caas/v1/commercepage/vans-en-ca/category/00081
  • https://www.vans.ca/content/publish/caas/v1/commercepage/vans-en-ca/category/00081
  • https://images.vans.com/is/image/Vans/VN000EYE_W00_HERO...VN000EYE_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_W00_ALT1...VN000EYE_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN000EYE_BWW_HERO...VN000EYE_BWW_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_BWW_ALT1...VN000EYE_BWW_ALT1
  • https://images.vans.com/is/image/Vans/VN000EYE_BKA_HERO...VN000EYE_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN000EYE_BKA_ALT1...VN000EYE_BKA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_HERO...VN0A7Q5R_TYQ_HERO
  • https://images.vans.com/is/image/Vans/VN0A7Q5R_TYQ_ALT1...VN0A7Q5R_TYQ_ALT1
  • https://images.vans.com/is/image/Vans/VN000D3H_Y28_HERO...VN000D3H_Y28_HERO
  • https://images.vans.com/is/image/Vans/VN000D3H_Y28_ALT1...VN000D3H_Y28_ALT1
  • https://images.vans.com/is/image/Vans/VN000D3H_W00_HERO...VN000D3H_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000D3H_W00_ALT1...VN000D3H_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_HERO...VN0A7Q5M_6BT_HERO
  • https://images.vans.com/is/image/Vans/VN0A7Q5M_6BT_ALT1...VN0A7Q5M_6BT_ALT1
  • https://images.vans.com/is/image/Vans/VN0A3D29_OIU_HERO...VN0A3D29_OIU_HERO
  • https://images.vans.com/is/image/Vans/VN0A3D29_OIU_ALT1...VN0A3D29_OIU_ALT1
  • https://images.vans.com/is/image/Vans/VN000D5I_B8C_HERO...VN000D5I_B8C_HERO
  • https://images.vans.com/is/image/Vans/VN000D5I_B8C_ALT1...VN000D5I_B8C_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U16_L5R_HERO...VN0A4U16_L5R_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U16_L5R_ALT1...VN0A4U16_L5R_ALT1
  • https://images.vans.com/is/image/Vans/VN000D5I_NVY_HERO...VN000D5I_NVY_HERO
  • https://images.vans.com/is/image/Vans/VN000D5I_NVY_ALT1...VN000D5I_NVY_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_BLK_HERO...VN000EE3_BLK_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_BLK_ALT1...VN000EE3_BLK_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_W00_HERO...VN000EE3_W00_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_W00_ALT1...VN000EE3_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN000EE3_BKA_HERO...VN000EE3_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN000EE3_BKA_ALT1...VN000EE3_BKA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_HERO...VN0A4U1K_BLK_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_BLK_ALT1...VN0A4U1K_BLK_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_HERO...VN0A4U1K_6KA_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_6KA_ALT1...VN0A4U1K_6KA_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_HERO...VN0A4U1K_QLZ_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_QLZ_ALT1...VN0A4U1K_QLZ_ALT1
  • https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_HERO...VN0A4U1K_WHT_HERO
  • https://images.vans.com/is/image/Vans/VN0A4U1K_WHT_ALT1...VN0A4U1K_WHT_ALT1
  • https://images.vans.com/is/image/Vans/VN0005UT_BLT_HERO...VN0005UT_BLT_HERO
  • https://images.vans.com/is/image/Vans/VN0005UT_BLT_ALT1...VN0005UT_BLT_ALT1
  • https://images.vans.com/is/image/Vans/VN0A5JM1_W00_HERO...VN0A5JM1_W00_HERO
  • https://images.vans.com/is/image/Vans/VN0A5JM1_W00_ALT1...VN0A5JM1_W00_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_NWD_HERO...VN0009QC_NWD_HERO
  • https://images.vans.com/is/image/Vans/VN0009QC_NWD_ALT1...VN0009QC_NWD_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_6BT_HERO...VN0009QC_6BT_HERO
  • https://images.vans.com/is/image/Vans/VN0009QC_6BT_ALT1...VN0009QC_6BT_ALT1
  • https://images.vans.com/is/image/Vans/VN0009QC_BKA_HERO...VN0009QC_BKA_HERO
  • https://images.vans.com/is/image/Vans/VN0A5FCB_BMB_HERO...VN0A5FCB_BMB_HERO
  • https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2
  • https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://c.contentsquare.net/v2/events...are.net/v2/events
  • https://c.contentsquare.net/v2/events...are.net/v2/events
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s55574571692708
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s55574571692708
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s55574571692708
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s55574571692708
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://apps.mypurecloud.com/genesys-bootstrap/genesys.min.js
  • https://syteapi.com/et...://syteapi.com/et
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://c.contentsquare.net/pageview...uare.net/pageview
  • https://c.contentsquare.net/pageview...uare.net/pageview
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://p.brsrvr.com/pix.gif...rsrvr.com/pix.gif
  • https://analytics.tiktok.com/api/v2/pixel
  • https://analytics.tiktok.com/api/v2/pixel
  • https://analytics.tiktok.com/api/v2/pixel
  • https://bat.bing.com/actionp/0...ing.com/actionp/0
  • https://bat.bing.com/actionp/0...ing.com/actionp/0
  • https://bat.bing.com/action/0...bing.com/action/0
  • https://bat.bing.com/action/0...bing.com/action/0
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://www.google-analytics.com/plugins/ua/ec.js
  • https://www.google-analytics.com/plugins/ua/ec.js
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://www.google.com.co/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://apps.mypurecloud.com/messenger/messenger.html
  • https://apps.mypurecloud.com/messenger/newrelic/newrelic-agent.js
  • https://apps.mypurecloud.com/cxbus/cxbus.min.js
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://apps.mypurecloud.com/messenger/messagingMiddleware.min.js
  • https://apps.mypurecloud.com/messenger/defaultVendors.min.js
  • https://apps.mypurecloud.com/messenger/vendors.min.js
  • https://apps.mypurecloud.com/messenger/main.min.js
  • https://apps.mypurecloud.com/messenger/engage.min.js
  • https://bam-cell.nr-data.net/1/7a5b0de38e....net/1/7a5b0de38e
  • https://17de4c10.akstat.io/
  • https://17de4c10.akstat.io/
  • https://bam-cell.nr-data.net/events/1/7a5b0de38e...ents/1/7a5b0de38e
  • Privacy advice (69)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://www.vans.ca/_nuxt/1f6c97d.js
  • Set a permission policy header that opt out your users being tracked in Chrome by FLoC. (disableFLoCHeader)Set a permission policy header that opt out Chrome for tracking what your users do on your site.0
    Description: Googles new tracking method is called Federated Learning of Cohorts (FLoC) and it groups you based on your interests and demographics, derived from your browsing history, to enable creepy advertising and other content targeting without third-party cookies. You can avoid that by setting a Permissions-Policy header with the value of interest-cohort=(). See https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea.
    Offenders:
  • https://www.vans.ca/_nuxt/1f6c97d.js
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but but no max-age! The header is not set correct.0
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.
    Do not share user data with third parties. (thirdPartyPrivacy)The page has 25% requests that are 3rd party (26 requests with a size of 6.7 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 12 analytics requests and uses 6 analytics tools. The page do 11 survelliance requests and uses 4 survelliance tools. The page do 3 social requests and uses 2 social tools. The page do 7 ad requests and uses 3 ad tools. The page do 3 utility requests and uses 2 utility tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s54356901955526...1/s54356901955526
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://f.monetate.net/trk/4/s/a-1c6f575e/p/vans.ca-1.5/919696133-2...a-1.5/919696133-2
  • https://googleads.g.doubleclick.net/pagead/viewthroughconversion/849976899/...ersion/849976899/
  • https://10192411.fls.doubleclick.net/activityi;src=10192411;type=visit0;cat=30da...81%3Ficn%3Dtopnav
  • https://c.contentsquare.net/v2/events...are.net/v2/events
  • https://vfcorp.d1.sc.omtrdc.net/b/ss/vfcvanscaprod/1/JS-2.13.1/s55574571692708
  • https://10192411.fls.doubleclick.net/activityi;dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw...81%3Ficn%3Dtopnav
  • https://syteapi.com/et...://syteapi.com/et
  • https://www.google-analytics.com/collect...ytics.com/collect
  • https://c.contentsquare.net/pageview...uare.net/pageview
  • https://www.facebook.com/tr/....facebook.com/tr/
  • https://p.brsrvr.com/pix.gif...rsrvr.com/pix.gif
  • https://nova.collect.igodigital.com/c2/514010235/track_page_view...5/track_page_view
  • https://analytics.tiktok.com/api/v2/pixel
  • https://k-aus1.contentsquare.net/v2/recording....net/v2/recording
  • https://bat.bing.com/actionp/0...ing.com/actionp/0
  • https://bat.bing.com/action/0...bing.com/action/0
  • https://adservice.google.com/ddm/fls/z/dc_pre=CIb-wP6o5P4CFQu4hwodAygFWw;src=101...81%3Ficn%3Dtopnav
  • https://www.google-analytics.com/plugins/ua/ec.js
  • https://www.google.com/pagead/1p-user-list/849976899/...r-list/849976899/
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://bam-cell.nr-data.net/1/7a5b0de38e....net/1/7a5b0de38e
  • https://17de4c10.akstat.io/
  • https://bam-cell.nr-data.net/events/1/7a5b0de38e...ents/1/7a5b0de38e
  • Page info

    Page info
    TitleShoes | Vans
    Width1350
    Height10857
    DOM elements1058
    Avg DOM depth14
    Max DOM depth29
    Iframes9
    Script tags102
    Local storage25.1 KB
    Session storage211 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    https://f.monetate.net/
    https://sb.monetate.net/
    https://bdzh5mqxzuozszcyf2xq-f-8bc8601b4-clientnsv4-s.akamaihd.net/
    preconnect
    https://images.vans.com/
    prefetch
    https://www.vans.ca/_nuxt/c4b8779.js

    Technologies used to build the page.

    Data collected using Wappalyzer.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    Node.js 100  Programming languages
    Bootstrap 100  UI frameworks
    Vue.js 100  JavaScript frameworks
    Nuxt.js 100  JavaScript frameworks Web frameworks Web servers Static site generator
    Amazon Web Services 100  PaaS
    jQuery 50  JavaScript libraries
    Kibo Personalization 100  Personalisation A/B Testing
    Genesys Cloud 100  Marketing automation Widgets Email
    Cloudflare 100  CDN
    Amazon Cloudfront 100  CDN

    Data collected using Third Party Web.

    Analytics
    Google Analytics
    Adobe Experience Cloud
    Monetate
    ContentSquare
    iGoDigital
    mPulse
    Survelliance
    Google Analytics
    Facebook
    Google/Doubleclick Ads
    Other Google APIs/SDKs
    Social
    Facebook
    TikTok
    Ad
    Google/Doubleclick Ads
    BloomReach
    Bing Ads
    Other
    Syte
    Utility
    Other Google APIs/SDKs
    New Relic
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Metrics from CDP | Server timings | 

    Data from run 3

    Visual Metrics

    Browser Metrics

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Render time 1.618 s
    Load time1.364 s
    URL https://www.vans.ca/...57c9a/desktop.jpg
    Size (width*height)639730
    DOM path
    <>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.01984 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.01984<button data-v-3a6c1c75="" type="button" class="vf-button vf-button--pure vf-button--text category__filters-show-more vf-button vf-button--pure vf-button--text category__filters-show-more"></button>,<div data-v-5489ebc8="" data-v-3a6c1c75="" class="vf-accordion category__accordion large-only vf-accordion--open category__accordion--row" data-facet-code="Color"></div>
    body > div#__nuxt > div#__layout > div > main > div > div > div#main > div:eq(1) > div > div:eq(0) > div:eq(0) > div:eq(0) > div > div:eq(1) > div > div#tab-panel-name-shoe-styles-content > div > div > button,body > div#__nuxt > div#__layout > div > main > div > div > div#main > div:eq(1) > div > div:eq(0) > div:eq(0) > div:eq(0) > div > div:eq(2)
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Server timings

    namedurationdescription
    cdn-cache0HIT
    edge1
    dtSInfo00
    dtRpid01895832978
    dtTao01
    ak_p1467639_388792901_3264490006_5115_19286_77_0

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    Documents27
    Frames16
    JSEventListeners2065
    LayoutObjects1490
    MediaKeySessions0
    MediaKeys0
    Nodes15186
    Resources192
    ContextLifecycleStateObservers112
    V8PerContextDatas14
    WorkerGlobalScopes3
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers30
    AdSubframes0
    DetachedScriptStates1
    ArrayBufferContents40
    LayoutCount131
    RecalcStyleCount255
    LayoutDuration159
    RecalcStyleDuration406
    DevToolsCommandDuration242
    ScriptDuration5525
    V8CompileDuration40
    TaskDuration11748
    TaskOtherDuration5376
    ThreadTime9
    ProcessTime16
    JSHeapUsedSize70086560
    JSHeapTotalSize95113216
    FirstMeaningfulPaint1110
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests106
    Total domains24
    Total transfer size377.9 KB
    Total content size1.8 MB
    Responses missing compression16
    Number of cookies0
    Third party cookies0
    Requests per response code
    20097
    2047
    3021
    3041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b610 B1.6 KB2
    javascript1.1 KB5.2 KB1.3 MB26
    image710 B351.5 KB337.8 KB57
    plain0 b3.6 KB669 B13
    json0 b17.1 KB141.9 KB7
    Total1.8 KB377.9 KB1.8 MB105

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.vans.ca5.391 s5.8 KB125.0 KB18
    www.google-analytics.com77 ms1.2 KB2.7 KB3
    vfcorp.d1.sc.omtrdc.net228 ms189 B43 B2
    www.facebook.com163 ms33 B0 b2
    cdpprdcan.vans.ca774 ms11.4 KB36.7 KB3
    images.vans.com10.860 s349.9 KB337.5 KB46
    f.monetate.net449 ms82 B62 B1
    googleads.g.doubleclick.net169 ms1.3 KB2.5 KB1
    10192411.fls.doubleclick.net197 ms283 B431 B2
    c.contentsquare.net238 ms640 B0 b2
    apps.mypurecloud.com1.238 s2.9 KB1.3 MB9
    syteapi.com213 ms124 B0 b1
    p.brsrvr.com115 ms168 B43 B1
    nova.collect.igodigital.com138 ms717 B43 B1
    analytics.tiktok.com200 ms699 B0 b1
    k-aus1.contentsquare.net461 ms188 B0 b1
    bat.bing.com239 ms432 B0 b2
    bf60466jbw.bf.dynatrace.com445 ms1.4 KB669 B3
    adservice.google.com86 ms119 B42 B1
    www.google.com77 ms64 B42 B1
    www.google.com.co80 ms64 B42 B1
    analytics.google.com94 ms55 B0 b1
    bam-cell.nr-data.net535 ms200 B73 B2
    17de4c10.akstat.io200 ms201 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 weeks4 weeks
    Last modified-1 day18 weeks53 years

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    100

    Render information

    | Categories | | Tools | | First vs third | 

    Third party

    Third party requests categorised by Third party web.

    CategoryRequests
    analytics 12
    survelliance 11
    social 3
    ad 7
    other 1
    utility 3
    CategoryNumber of tools
    analytics 6
    survelliance 4
    social 2
    ad 3
    other 1
    utility 2

    Third party requests and tools

    analytics (12 requests)
    Google Analytics
    Adobe Experience Cloud
    Monetate
    ContentSquare
    iGoDigital
    mPulse
    survelliance (11 requests)
    Google Analytics
    Facebook
    Google/Doubleclick Ads
    Other Google APIs/SDKs
    social (3 requests)
    Facebook
    TikTok
    ad (7 requests)
    Google/Doubleclick Ads
    BloomReach
    Bing Ads
    other (1 requests)
    Syte
    utility (3 requests)
    Other Google APIs/SDKs
    New Relic

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    apps.mypurecloud.com
    bf60466jbw.bf.dynatrace.com
    www.google.com.co

    First party requests and sizes per content type

    Calculated using .*vans.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript0 b0 b19.8 KB14
    image0 b349.9 KB337.5 KB46
    font0 b0 b0 b0
    json0 b17.1 KB141.9 KB7
    TotalN/A367.0 KB499.2 KB67

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b610 B1.6 KB2
    css0 b0 b0 b0
    javascript1.1 KB5.2 KB1.3 MB12
    image710 B1.6 KB314 B11
    font0 b0 b0 b0
    plain0 b3.6 KB669 B13
    Total1.7 KB10.9 KB1.3 MB39